Finding error codes

Does somebody know where I can go to find a list of the error codes that RPE gives you?  I'm looking for one that is a warning - CRRPE3612W.


chrscote - Thu Mar 09 15:14:28 EST 2017

Re: Finding error codes
O.Wilkop - Fri Mar 10 06:58:35 EST 2017

messagesIdMapping.put("3612", "docspec.auto_authentication.datasource");
messagesLevelMapping.put("3612", RPELog.Level.WARNING);
docspec.auto_authentication.datasource=Credentials provided for data source {0} but the authentication method is not explicitly specified. This may result in errors.
docspec.auto_authentication.datasource.explanation=RPE might fail to authenticate to retrieve the data.
docspec.auto_authentication.datasource.useraction=Specify the authentication method (Basic,Form,OAuth)  used by the data source.

 

 

The above snippets are from the RPE 2.1.1 source, does that help you?

 

Re: Finding error codes
chrscote - Fri Mar 10 08:45:10 EST 2017

This doesn't really help.  I'm just looking for a list of the errors/warnings that RPE gives you when you publish.  We just upgraded our Publishing Engine to 2.1.1 and when I published I got that warning code for some of my data sources.  So I was just curious if there was a page that gave a listing of error and warning messages so I could see what I need to do to fix this.

 

Chris

Re: Finding error codes
kourosh - Mon Mar 20 16:44:52 EDT 2017

Try posting on the RPE forum:

https://www.ibm.com/developerworks/community/forums/html/forum?id=11111111-0000-0000-0000-000000001512

Re: Finding error codes
SyntheSysRich - Tue Apr 11 18:47:16 EDT 2017

https://www.ibm.com/support/knowledgecenter/SSYQBZ_9.6.1/com.ibm.doors.requirements.doc/topics/c_node_troubleshooting.html

 

Read under 'Rational DOORS Error Messages'. Or just google the error code - most often, an IBM KnowledgeCenter link will be the top hit and will tell you more - though sometimes little more than the error message you've already seen!